/* CSS Document */
*{padding:0px;margin:0px;font-family:"Microsoft YaHei";}
*html{background-image:url(about:blank);background-attachment:fixed;}
body{ background:#fff; line-height:25px;  color:#333333; font-size: 14px;}
h1,h2,h3,h4,h5,h6,i,em,p,span,i,th,td{ font-weight:normal; font-style: normal;}
a{ color:#333; text-decoration:none;}
a:hover{ color:#333;}

img,input,select{outline:none; vertical-align:middle;}
ul,ol,li{list-style:none;}
.bt5{border-top:5px solid #313131;}
.fl,.left{ float:left;}
.fr,.right{ float:right;}
.dis{display:none;}
.bgbai{background:#fff;}
.clear,.c{clear:both; height:0px; font-size:0px; overflow:hidden;}
.c10{clear:both; height:10px; font-size:0px; overflow:hidden;}
.c20{clear:both; height:20px; font-size:0px; overflow:hidden;}
.c30{clear:both; height:30px; font-size:0px; overflow:hidden;}
.c50{clear:both; height:50px; font-size:0px; overflow:hidden;}
.clearfix:after {display: block;clear: both;content: "";visibility: hidden;height: 0}
.clearfix {zoom:1}
table,th,td{border-collapse:collapse;}
table{border-collapse:collapse;border-spacing:0;}
.w1200{width:1200px; margin:0 auto; clear:both; display:block;padding:0px 20px;}
.w1200w{width:1200px; padding:20px 0; overflow:hidden; margin:0px auto;}
.w1320{width:1320px; margin:0 auto; clear:both; display:block;padding:0px 20px;}
.gotop{position:fixed; bottom:100px; right:30px;}
.toubu{ width:1200px; height:110px; margin:0 auto; overflow:hidden;}
.logo{height:77px; float:left; margin-top:15px; margin-right:15px;}

.toubu .zhuanzhu{ height:90px;width:320px; float:left; padding:20px 0 0 20px; line-height:28px;background:url(../images/topimg.jpg) no-repeat 30px center;}
.toubu .zhuanzhu a{display:block; height:90px;}
.toubu .zhuanzhu b{font-size:20px; display:block; padding-top:8px;}
.toubu .zhuanzhu i{ font-size:16px; color:#e60012; display:block; clear:both; font-style:normal;}
.toubu .phone{ float:right; height:90px; background:url(../images/tel.jpg) no-repeat left 4px; margin-top:25px; padding-left:65px; line-height:24px; font-size:16px;}
.toubu .phone span{color:#333; font-size:26px; font-weight:bold; line-height:30px; display:block;}
.top{height:40px; line-height:40px;background:#f2f3f3;}
.top .top_con{width:1200px; height:40px; margin:0 auto;color:#454545; font-size:14px;}
.top .top_con .top_left{float:left;}
.top .top_con .top_right{float:right; height:40px;}
.top .top_con .top_right a{color:#111; padding:0px 8px; width:50px;}

.nav{height:60px;width:100%; background:#333;position:relative;}
.nav ul{width:1200px; margin:0 auto;}
.nav ul li{float: left; text-align: center; width: 133px; height: 60px;  overflow: hidden;}
.nav ul li a{ display: block; text-align: center;  margin: 0 auto; height: 60px; line-height: 60px; font-size: 16px; color: #fff; font-weight:bold;}
.nav ul li a:hover{background: #C73333;color: #fff;text-align: center;transition:all 0.6s;}
.nav .hover a{ background: #C73333;color: #fff;}
.nav li.classhover a{background: #C73333;color:#fff;}
.nav ul li ul{margin:0px;padding:0;display:none;transition:all 0.6s;}
.nav ul li ul li{font-size:14px; text-align:left;height:45px; float:left;}
.nav ul li ul.subnav{transition:0.7s;width: 150px;position:absolute;z-index:9999;}
.nav ul li ul.subnav li a{display:block;width:150px;height:45px;line-height:45px;text-align:center;background:#fff;color:#000;font-size:15px; font-weight:normal;transition:0.7s}
.nav ul li ul.subnav li a:hover{background:#333;color: #fff;}


.nav ul li UL.navpro {width:100%; background:#fff; border-bottom:3px solid #000; position:absolute; left:0;z-index:9999;}
.navpro .plistx{width:1204px; margin:0 auto;background:#999;z-index:99999;}
.navpro .plistx dl a{line-height:30px;width:90%; font-size:14px;background:none; color:#111;}
.navpro .plistx dl{width:240px;height:370px;float:left;text-align:center; border-right:1px solid #dadada;}
.navpro .plistx dl:nth-child(2n){ background:#f5f5f5;}
.navpro .plistx dl:nth-child(5n){border-right:none;}
.navpro .plistx dl dt{width:100%; margin:0 auto; height:150px; margin-bottom:5px;}
.navpro .plistx dl dt a{font-size:14px; background:#000; color:#fff;}
.navpro .plistx dl dt a:hover{background:#000;color: #fff;}
.navpro .plistx dl dt a.ttimg{padding:4px; height:110px; background:none;}
.navpro .plistx dl dt img{height:110px;}
.navpro .plistx dl dt span{clear:both; height:30px; line-height:30px; display:block; overflow:hidden;}
.navpro .plistx dl dd{height:25px; line-height:25px; float:left; width:100%; overflow:hidden; margin-top:2px;}
.navpro .plistx dl dd a{background:none; color:#111;}
.navpro .plistx dl dd a:hover{background:none; color:#000;}

.fixedSubNav{position: fixed; top: 0px; left: 0px; z-index:10; width: 100%; background: #333; animation:myfirst 0.5s;
-moz-animation:myfirst 0.5s; /* Firefox */
-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
-o-animation:myfirst 0.5s; /* Opera */}
@keyframes myfirst
{
from {top:-50px;}
to {top:0px;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {top:-50px;}
to {top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {top:-50px;}
to {top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
from {top:-50px;}
to {top:0px;}
}
/*banner*/
.fullSlide{width:100%;position:relative;height:600px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:600px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:600px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:30px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:40px;height:8px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;transition:all 0.6s;}
.fullSlide .hd ul .on{background:#333;width:70px;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:40%;margin-top:-30px;left:10%;z-index:1;width:40px;height:100px;background:url(../images/slider-arrow.png) -126px -117px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:10%;background-position:-6px -117px;}

.fast_menu{height:60px; line-height:60px; border-bottom: 1px #e6e6e6 solid;}
.fast_menu ul li{width:270px;float: left;}
.fast_menu ul li i{width:30px; height: 30px; float: left;background: url(../images/icon.png) no-repeat; margin-top:20px; margin-right: 10px;}
.fast_menu ul li i.icon_fnews{ background-position: -120px 0px;}
.fast_menu ul li:hover i.icon_fnews{background-position: -120px -49px;}
.fast_menu ul li i.icon_fanli{ background-position: -120px -106px;}
.fast_menu ul li:hover i.icon_fanli{ background-position: -120px -164px;}
.fast_menu ul li i.icon_fapp{ background-position: -120px -224px;}
.fast_menu ul li:hover i.icon_fapp{ background-position: -120px -293px;}
.fast_menu ul li i.icon_fservice{ background-position: -175px -1px;}
.fast_menu ul li:hover i.icon_fservice{ background-position: -175px -49px;}
.fast_menu ul li i.icon_fprice{ background-position: -169px -107px;}
.fast_menu ul li:hover i.icon_fprice{ background-position: -169px -166px;}
.fast_menu ul li a{font-size: 16px;color: #666;}
.fast_menu ul li:hover a{font-size: 16px;color: #C73333;}

.inner { width:1250px; margin: 0px auto; }
.adv2{background:#185fa9 url(../images/adv_bg.jpg) center center no-repeat; color: #fff; margin:0 auto;height: auto; overflow: hidden; padding: 40px 0 }
.adv2 .advtxt{ width:800px; font-size: 26px;  text-align: left; padding-top:20px;}
.adv2 .advtxt b{ display: block;  font-size:34px; line-height:40px; padding-bottom: 10px;color: #ffd328}
.adv2 .advtxt span{font-weight: bold; font-size: 30px; display: block; padding-top:25px}

.adv2 .advfrom{width: 260px;  font-size: 25px; color: #fff; text-align: left; position: relative; }
.adv2 .advtel2{ color: #fff; font-size: 16px; background: url(../images/tel_icon.png) no-repeat left center; padding-left:70px; line-height:26px;margin-top:20px; display:block; width:200px; height:90px;}
.adv2 .advtel2 b{ font-size: 29px; color: #fff; display: block; font-family: arial }
.adv2 .advzx{ width: 150px; height: 42px;line-height: 42px; background: #FFD328;background: linear-gradient(to right, #FFD328 , #FFD328);text-align: center; margin: 10px 0 0 0; border-radius: 5px; color: #111; font-size: 15px; margin: 20px 0 0 70px; display:block;}
.adv2 .advzx:hover{ width: 160px}
.adv2 .advwx{  width: 130px; height: 150px; float: right; text-align: center; margin-left: 25px; margin-top: 10px}
.adv2 .advwx img{ width: 110px; height: 110px; border:5px #fff solid;box-shadow: 0 0 10px #ddd;}
.adv2 .advwx span{  color: #fff; display: block; font-size: 15px;margin-top: 10px}
/*标题*/
.hd_title{width:100%; height:100px; padding:20px 0 10px 0; text-align:center; margin-bottom:10px;}
.hd_title h3{font-size:30px; height:100px; line-height:100px; color:#333;font-family:微软雅黑; font-weight:600;background:url(../images/tu21.jpg) no-repeat center;}

.cp_class{width:1220px; margin:0 auto; padding-bottom:20px;}
.cp_class li{width:240px; height:40px; overflow:hidden; margin:2px; float:left; text-align:center;}
.cp_class li a img{width:120px; height:120px; margin:0 auto; border-radius:10em; padding:5px; background:#D3D3D3; border:5px solid #f4f4f4; transition:all 0.4s;}
.cp_class li span{height:34px; overflow:hidden; line-height:34px; width:100%; display:block; font-size:16px; clear:both;}
.cp_class li a{font-size:16px;height:40px; line-height:40px;background:#e2e2e2; color:#111; display:block;transition:all 0.4s;}
.cp_class li a:hover{background:#333;color:#fff;}

.left_b{height:22px;background:url(../Images/bt_bg.jpg) no-repeat center;}
.plist{ width: 266px; float: left; overflow: hidden;}
.plist .hd{ height:70px; line-height:70px; font-size:28px; color:#fff; text-align:left;background:#333 url(../Images/jian.png) no-repeat 200px center; text-indent:35px;overflow: hidden;}
.plist .bd{ width: 260x; border: 3px solid #333;  border-top: none;overflow: hidden;}
.plist .bd ul{ width: 260px; margin: 0 auto; padding-top: 14px;padding-bottom: 6px; overflow: hidden;}
.plist .bd ul li{ width: 100%; height: 37px; text-indent: 50px; line-height: 37px; margin-bottom: 7px; overflow: hidden;}
.plist .bd ul p{width: 94%; margin: 0 auto;text-align:center; background:#f5f5f5; height:28px; line-height:28px; margin-bottom:5px;}
.plist .bd ul p a{display:block;}
.plist .bd ul li a{ display: block; width: 94%; height: 37px;  background:#f5f5f5 url(../Images/jiantou2.png) no-repeat 24px center; margin:0 auto; color: #111;}
.plist .bd ul li a:hover{ color: #fff;background:#333 url(../Images/jiantou3.gif) no-repeat 24px center;}
.plist .bot{ margin-top:8px;}
.plist .bot ul{ padding: 10px 15px; line-height:28px; border: 3px solid #333; border-top: none;}
.plist .bot ul h3{ color: #000; font-weight: 700; font-size: 15px;}

.searchbg{
    width: 1200px;
    height: 90px;
    position: relative;
    margin: 0 auto; display:none;
}
.searchbg .search{
    width: 1200px;
    height: 90px;
    position: absolute;
    left: 0;
    top:-32px;
    background: #f5f5f5;
    z-index: 99; border:1px solid #999;
    box-shadow:5px 5px 15px 5px #ccc;
}
.search .key_text{float:left;height:90px; line-height: 90px;}
.search .key_text b{display:block; float:left; color:#333; font-weight: normal; padding-left:;  text-align:left; text-indent:20px;}
.search1{width:470px; float:right; padding-top:25px; margin-right: 20px; }
.search1 li{float:left;}
.search1 li .select{width:60px; background:#fff; height:32px;float:left; margin-right:2px; display:none;}
.search1 li .input{width:384px; background:#fff; border:1px solid #fff; height:34px;line-height: 34px;float:left; text-indent:3px; padding-left:16px; }
.search1 li .submit{width:67px; background:#333 url(../images/sousuo.png) no-repeat center; text-indent:-9999em; cursor:pointer; height:36px; line-height: 36px; float:left; color:#fff; border: none;}

/*首页产品展示*/
.product{
	width: 1200px;
	padding: 40px 0;
	overflow: hidden;
	margin: 0 auto;
    margin-bottom: 20px; 
}
.kinds{
    width: 1200px;
    margin: 0 auto;
    margin-bottom:6px;
    text-align: center;
    overflow: hidden;
    line-height:48px;
}
/*.kinds a{
    width: 224px;
    height: 40px;
    line-height: 40px;
    background: #C73333;
    font-size: 18px;
    display: inline-block;
    margin:5px 5px;
    color: #fff;
}*/
.kinds a{display:block;margin:5px 5px;height: 40px;line-height: 40px;padding:0px 0px;width:290px;border-radius:0px;background:#e2e2e2 url(../images/sekuai2.png) no-repeat 90px top;font-size:16px;transition:all 0.6s; float:left;}
.kinds a:hover{background:#e2e2e2 url(../images/sekuai.png) no-repeat 90px top;transition:all 0.6s;}


a.allclass{color:#fff; background:#313131;}
/*.kinds a:last-child {
    margin-right: 0;
}*/
.con_tit{
    height: 102px;
    overflow: hidden;
    margin-bottom:20px;
    font-size: 36px;
    line-height: 102px;
    color: #333;
    text-align: center;
    background:url(../images/con_t.jpg) no-repeat center 0; 
}
.con_tit h3{
    color: #333;
    font-weight: bold;
}

.index_tit{
    height: 125px;
    overflow: hidden;
    margin-bottom:20px;
    font-size: 36px;
    line-height: 60px;
    color: #333;
    text-align: center;
    background:url(../images/protil.gif) no-repeat center 0; 
}
.index_tit h3{
    color: #333;
    font-weight: bold;
}
.index_tit p{
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}

.case .index_tit{background:url(../images/casetil.gif) no-repeat center 0;}
.news .index_tit{background:url(../images/newtil.gif) no-repeat center 0;}
.edge .index_tit,.about .index_tit{background: none;color: #fff;padding: 2px 0 0;height: 145px;}

.product .pro_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.plists{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.plists ul li{
    width: 286px;
    height: 274px;
    overflow: hidden;
    border: #ccc 1px solid;
    float: left;
    border-radius:5px; 
    margin: 0 6px 20px 6px;transition:all 0.6s;
    text-align: center;
	/*background:#fff url(../images/sekuai.png) no-repeat 250px bottom;*/
}
/*.plists ul li:nth-child(2n){background:#fff url(../images/sekuai2.png) no-repeat 250px bottom;}

.plists ul li:hover{
background:#fff url(../images/sekuai2.png) no-repeat 244px bottom;
}*/
.plists ul li .pic{
    padding: 13px 13px 0 13px;
    width: 260px;
    height: 208px;
    overflow: hidden;
}
.plists ul li .pic img{
    width: 260px;
    height: 188px;
    overflow: hidden;
    transition: all 0.5s ease; 
}
.plists ul li .title{
    width: 260px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    margin: 0 auto; display:block;
    border-top: #ccc 1px solid; 
}
.plists ul li .title a{font-size:16px;}
.plists ul li:hover .title a{color:#C73333;}
/*.plists ul li:hover .pic img{
    transition: all 0.2s; transform: scale(1.1,1.1);
}*/
.product .look_more{
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px; color:#fff;
    margin-top: 26px; background:#C73333;
}
.product .look_more:hover{
    background: #333;
    color: #fff;
}

.type_con{
	width: 293px;
	overflow: hidden;
	float: left;
}
.type_con .type-hd{
	height: 100px;
    background: #333;
    text-align: center;
    color: #fff;
}
.type_con .type-hd h3{
	font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 10px;
}
.type_con .type-bd{
	background: #3C3C3C;
}
.type_con .type-bd ul li{
	height: 56px;
	line-height: 56px;
	list-style: none;
    margin: 0;
    text-align: left;
    border-bottom: 2px solid #212121;
    background: url(../images/ico-li.png) no-repeat 89% center;
}

.type-bd .two a {
    font-size: 14px !important;
}
.type_con .type-bd ul li a{
	height: 56px;
	line-height: 56px;
	font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.type_con .type-bd li:hover{background:#333 url(../images/ico-li.png) no-repeat 89% center;}
.type_message a{ display:block;background:url(../images/in_zxdh.png) no-repeat right center; height:50px; line-height:50px; font-size:18px; color:#fff; text-indent:40px; margin:10px 0;}
.s-contact{padding:20px; background:#333; color:#fff; font-size:16px; line-height:28px;}
.con_right{width:890px; float:right;display:block; overflow: hidden;}
.index_cp{width:100%;display:block;}
.index_cp ul{margin:0;padding:0; clear:both; overflow: hidden;}
.index_cp li {float:left; width:378px; overflow: hidden;text-align:center;border-collapse:collapse;border:1px solid #e0e0e0; margin: 0 10px; margin-bottom:25px; }
.index_cp li b{font-weight:normal;}
.index_cp li a{display:block; font-size:16px;}
.index_cp li a .cp_name{display: block; width:378px; height:264px;background: #fff; color: #555;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden;}
.index_cp li a:hover b{color: #fff;}
.index_cp li a img{max-width: 378px; max-height:264px; vertical-align:middle;}
.index_cp li span{height:40px; line-height:40px;display:block; clear:both; width:100%; margin:0 auto; overflow:hidden; padding-bottom:8px;}
.index_cp li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.index_cp li a .cp_name img{transition:transform 1s ease 0s}
.index_cp li .zxzx{ padding:0; clear:both;}
.index_cp li .zxzx a{ display: block; float: left;  width:50%;  text-align: center; height: 36px; line-height:36px;color: #fff;}
.index_cp li .zxzx a.zzl{background: #333; color: #fff;}
.index_cp li .zxzx a.zzr{ background: #333;color: #fff;}


/*============优势===============*/
.mt30{ margin-top:30px;}
.mt20{ margin-top:20px;}
.ys_title{text-align:center;font-size:15px;}
.ys_title p{margin-top:10px; font-size:30px;  font-weight:bold; margin-bottom:12px;}
.ys_title p span{ color:#333;margin-bottom:15px; }
.ys_bg{ background:url(../images/ys_bg.jpg) no-repeat center top; height:792px; font-size:15px; line-height:28px;}
.ys_left{ width:600px; float:left; }
.ys_right{ width:578px; float:right; padding-top:47px}
.ys_bg span{ font-size:14px; color:#666; display:block; text-transform:uppercase; margin-bottom:8px;}
.ys_left dt{ margin-left:80px}
.ys_left dl{ margin-left:50px}
.ys_bg dt{ margin-top:24px; margin-bottom:30px}
.ys_bg dt p{ font-size:22px; font-weight:bold; color:#333}
.ys_bg dd{ line-height:37px; }
.ys_bg dd p{ background:url(../images/ys_li.jpg) no-repeat 0px 10px;padding-left:25px;line-height:27px; padding-top:5px;}

.ys_right dt{ margin-left:80px}

.bq{background-color:#222222; text-align:center; line-height:40px; font-size:14px;}

.edge{font-family: "Microsoft Yahei";line-height:26px;height:714px;padding:62px 0 0;color: #666;overflow: hidden;background:url(../images/edgebg.jpg) no-repeat center 0;}
.edge_t{position: absolute; width: 800px;left:40px;top: 522px;font-size: 24px;color: #fff;line-height:60px;height:60px;z-index: 9;text-align: center;font-weight: bold;}
.edge_t li{width: 130px;float: left;border-right: solid 1px #fff;background: #333;color: #fff;}
.edge_t li.cur{background: #333;}
.edge_t li span{display: inline-block;padding: 0 0 0 37px;}
.edge_c{background: #fff;padding: 26px 37px 0;height: 470px;}
.edge_c dt,.edge_c dt img{width: 730px;height:453px;display: block;overflow: hidden;float: right;}
.edge_c dd{width: 344px;float: left;}
.edge_c dd h3{position: relative;height: 140px;line-height:26px;color: #333;padding:0 0 0 106px;font-size: 18px;font-weight: normal;}
.edge_c dd h3 b{font-size:24px;display: block;line-height: 46px;}
.edge_c dd h3 em{position: absolute;background:url(../images/edge_icobg.jpg) no-repeat 0 0;height:129px;line-height:129px;font-size:40px;width: 88px;text-align: center;color: #333;left: -7px;top: -49px;}
.edge_c dd li{padding:0 0 20px 16px;background:url(../images/ico08.gif) no-repeat 0 13px;}
.edge_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative; 
}
.edge_con .index_tit h3,
.edge_con .index_tit p{
    color:#fff;
}

.sub_nav{text-align:center;padding:0px 0 30px 0;}
.sub_nav ul{margin:0;padding:0;list-style:none;}
.sub_nav ul li{display:inline-block;position:relative;margin-right:6px;}
.sub_nav ul li a{display:block;padding:8px 0px;width:180px;border-radius:0px;background:#e2e2e2 url(../images/sekuai.png) no-repeat 34px top;font-size:16px;transition:all 0.6s;}
.sub_nav ul li a:hover{background:url(../images/sekuai.png) no-repeat -160px top;color:#fff;transition:all 0.6s;}
.sub_nav ul .hover a{color:#fff;background:#0056A1;}


.news{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom:50px; 
}
.proCase {
    position: relative;
    width: 396px;
    height: 430px;
    border: 1px solid #ddd;
}
.proCase .bd {
    position: relative;
    width: 396px;
}
.proCase .list li {
    position: relative;
    display: block;
    float: left;
    width: 396px;
    height: 430px;
    background: #f8f8f8;
    transition: all ease 600ms;
}
.proCase .list li a {
    display: block;
    padding: 30px;
    padding-bottom: 0;
}
.proCase .list li img {
    display: block;
    width: 340px;
    height: 255px;
}
.proCase .list li .title{
    margin-top: 30px;
}
.proCase .list li .newstit {
    font-size: 16px;
    color: #333;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    transition: all ease 600ms;
}
.proCase .list li .time {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
 .proCase .hd {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 30px;
}
.proCase .hd li {
    float: left;
    width: 12px;
    height: 12px;
    background-color: #666;
    border-radius: 100%;
    margin-right: 12px;
    font-size: 0;
    cursor: pointer;
}
.proCase .hd li.on{
    background: #1d55e5;
}
.news .textlist {
    width: 750px;
    margin-left: 48px;
}
.news .textlist .one {
    padding: 0;
}
.news .textlist .one img {
    display: block;
    width: 200px;
    height: 150px;
}
.news .textlist .one .txt {
    width: 506px;
    margin-left: 40px;
}
.news .textlist .one .txt .newstit {
    font-weight: 700;
    line-height: 22px;
    display: block;
    padding-bottom: 20px;
    color: #333;
    font-size: 18px;
    transition: all .5s;
}
.textlist .one .cont {
    width: 506px;
}
.textlist .one .txt .time {
    color: #333;
}
.textlist .list {
    width: 100%;
    margin-top: 24px;
    *margin-top: 20px;
}
.textlist .list li {
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-left: 20px; 
    background: url(../images/newicon.png) no-repeat center left;
}
.textlist .list li:first-child a {
    border-top: 1px solid #ddd;
}
.textlist .list li a{
    font-size: 14px;
}


.case{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px; 
}
.case .case_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.case_con ul li{
    width: 285px;
    height: 243px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 0 7px 5px 7px;
    border-bottom: #ccc 1px dashed;
}
.case_con ul li:hover{border-bottom: #333 1px solid;}
.case_con ul li .pic,
.case_con ul li .pic img
{
    width: 285px;
    height: 200px;
    overflow: hidden;
}
.case_con ul li .title a{ display:block; height:40px; line-height:40px; background:#e2e2e2;}
.case_con ul li:hover .title a{background:#333; color:#fff;}
/*============简介===============*/
.about{width:100%;height:420px; padding:70px 0;background:url(../images/ab_bg.jpg) no-repeat center 0px;}
.about .about_left{ width:500px;height:380px; padding:50px 0;margin-right:40px;background:url(../images/pic_bg.png) no-repeat center 30px;}
.about .about_left img{border:5px solid #fff;border-left:5px solid #C73333;width:100%}
.about .about_right{ color:#fff;padding:50px 0;width:660px}
.about .about_right .title{ background:url(about_tu.png) no-repeat; height:100px; margin-bottom:6px;font-size:19px; padding-left:20px; display:block; padding-top:10px;}
.about .about_right .title p{ font-size:38px; color:#fff; margin-bottom:16px; font-family:Arial, Helvetica, sans-serif;}
.about .about_right .about_con{ width:660px;  height:220px; overflow:hidden; margin-bottom:15px;}
.about .about_right .about_con p{font-size:16px;line-height:180%;}
.about .about_right span{ margin-right:20px;}
.about .about_right span a{ padding:5px 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; position:relative; background:#A7A7A7; z-index:1;color:#fff;}
.about .about_right span a:hover{ padding:5px 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; position:relative; background:#FC9B00; z-index:1;color:#fff;}
/* about end */

*{-webkit-tap-highlight-color:rgba(255,0,0,0);}/*去掉手机端a链接点击时候出现的边框*/
:focus {outline:0;}
input, button, textarea,select, optgroup, option {resize: none;}
input[type=text],input[type=button],input[type=submit], button, textarea, select {outline:none;-webkit-appearance:none;border-radius: 0; line-height: 1.5;}
input[type=text]{background: transparent; border: 1px solid #ddd; }
input[type=button],input[type=submit]{ line-height: 30px;border: none;background: #ccc;cursor: pointer;transition:0.5s;-webkit-transition: 0.5s;}
.clear{ clear:both; height:0; font-size:0; overflow:hidden; line-height:0;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }
.centerTxt{ text-align: center; color:#fff; font-size:20px;}

#footer{width: 100%;background: #333;margin:0 auto;padding: 30px 0;}
#footer_mid{width: 1200px;height: 238px;margin:0 auto;}
#footer_mid #footer_pro{width: 280px;height: 238px;float: left;position: relative;}
#footer_mid #footer_pro a{width:50%; display:block; float:left; text-align:left;}
#footer_mid #footer_pro:after{width: 1px;content: '';height: 238px;background: rgba(255,255,255,.1);position: absolute;top:0;right: 0;}
#footer_mid #footer_nav{width:200px;height: 238px;float: left;position: relative;margin-left:40px;}
#footer_mid #footer_nav a{width:50%; display:block; float:left; text-align:left;}
#footer_mid #footer_nav:after{width: 1px;content: '';height: 238px;background: rgba(255,255,255,.1);position: absolute;top:0;right: 0px;}
#footer_mid #footer_contact{width: 300px;height: 238px;float: left;position: relative;margin-left:40px;}
#footer_mid #footer_contact:after{width: 1px;content: '';height: 238px;background: rgba(255,255,255,.1);position: absolute;top:0;right: 0px;}
#footer_mid span{ display: block; width: 100%; font-size: 20px; color: #fff; line-height: 34px;}
#footer_mid p{ line-height: 35px;padding-top: 15px;font-size: 14px; color: rgba(255,255,255,.8);}
#footer_mid a{display: block;width: 99px;float: left; font-size: 14px; color: rgba(255,255,255,.8);display: block;}
#footer_mid a:hover{ text-decoration: underline;}
#footer_mid #footer_tel{width: 278px;height: 238px;float: left;margin-left: 54px;margin-top:10px;}
#footer_mid #footer_tel .f_t{line-height: 30px;color: #fff;font-size: 16px;}
#footer_mid #footer_tel .f_t span{font-size: 36px;font-family: Impact;}
#footer_mid #footer_tel .f_e{width: 100%;height: 100px;margin:0 auto;margin-top: 30px;}
#footer_mid #footer_tel .f_e ._ewm{width: 100px;height: 100px;float: left;}
#footer_mid #footer_tel .f_e ._ewm img{width: 100%;}
#footer_mid #footer_tel .f_e ._btn{width: 120px;float: left;margin-left: 25px;padding-top: 20px;}
#footer_mid #footer_tel .f_e ._btn a{display: block;width: 120px;height: 32px;line-height: 32px;text-indent: 42px; margin-bottom: 10px;font-size: 14px;transition: all .4s;}
#footer_mid #footer_tel .f_e ._btn a.f1{color: #333; background: #ffffff url(../images/a_order.png) 10px center no-repeat;}
#footer_mid #footer_tel .f_e ._btn a.f2{color: #fff; background: #ff9600 url(../images/a_qq.png) 10px center no-repeat;}
#footer_mid #footer_tel .f_e ._btn a.f1:hover{background: #C73333 url(../images/a_order.png) 10px center no-repeat;text-decoration: none;color: #fff;}
#footer_mid #footer_tel .f_e ._btn a.f2:hover{background: #C73333 url(../images/a_qq.png) 10px center no-repeat;text-decoration: none;color: #fff;}
#copyright{width: 100%;height: 60px; line-height: 60px; background: #454545; color:#fff;font-size:  14px; text-align: center; margin:0 auto; position: relative;}
#copyright a{color: rgba(255,255,255,.8);font-size:  14px;}
#copyright a:hover{color: #fff;font-size:14px;}



.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
 transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
 transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: url('../images/fixCont.png') no-repeat 0 0 #333;
}
.yb_bar .yb_phone {
	background: url('../images/fixCont.png') no-repeat 0 -57px #333;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: url('../images/fixCont.png') no-repeat 0 -113px #333;
}
.yb_bar .yb_ercode {
	/*height:200px;*/
    background: url('../images/fixCont.png') no-repeat 0 -169px #333;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff!important;
}

/*内页*/
.class_bg{width:100%; background:url(../images/class_bg.jpg) no-repeat center; height:440px; min-width:1200px; clear:both;}
.class_bg h3{margin-top:50px; padding:40px; float:left; background:#fff; border-radius:10px; font-size:36px; color:#000; display:none;}

.navli{ width:100%; height:60px; line-height:60px; border-bottom:1px solid #f0f0f0;}
.navli li{width:15%; height:60px; line-height:60px;text-align:center; float:left;}
.navli li a{display:block; font-size:16px;}
.navli li:hover{width:15%; height:60px; line-height:60px; border-bottom:1px solid #333; text-align:center; float:left;}
.navli li.hover{width:15%; height:60px; line-height:60px; border-bottom:1px solid #333; text-align:center; float:left;}

.path{width:100%;height:90px; line-height:90px; background:#f4f4f4;}
.path .path_con{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.path_con .subnav{
    width: auto;
    padding-top:18px;
    height: 50px;
    line-height: 50px;
    float: left; 
}
.path_con .subnav a{
    display: block;
    float: left;
    padding:0px 25px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-right: 10px;
    background: #333;
    color: #fff;
    text-align: center; 
    font-size: 16px;
}
.path_con .subnav a:hover,.path_con .subnav a.hover{
    background: #C73333;
}
.path h2{float:left; font-weight:bold; font-size:16px; background:#212121; display:block; padding:0px 30px; color:#fff;}
.path span{float:right; padding-right:10px; font-size:14px;}
.content{width:100%; margin:0 auto; padding:25px 0; font-size:14px; line-height:24px;}
.content table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:98%; margin:10px auto;}
.content table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:0px; text-align:center;}
.content p{font-size:16px; line-height:28px;}
.content .datu {
    padding: 15px 0;
}
.view-title{font-size:24px; height:50px; line-height:50px; display:block; text-align:center;}
.view-date{height:25px; line-height:25px; display:block; text-align:center;}
.view_img{
    text-align: center;
    margin: 10px 0;
}
.view_img img{
    max-width: 800px;
    height: auto;
}
.updown{width:100%; clear:both; margin-top:15px; margin-bottom:25px; height:50px; display:block;}
.updown li{width:45%;background:#333; margin:10px 2%; float:left;height:40px; line-height:40px; overflow:hidden; color:#fff; text-indent:20px; border-radius:20px;}
.updown li a{color:#fff;}
.products{ width:100%; margin:0 auto;}
.products .pros_tit{font-size:28px; text-align:center;height:90px; line-height:90px;margin-top:20px;margin-bottom:20px;clear:both;}
.products .pros_tit a{font-size:28px; background:#333; color:#fff; padding:10px 30px;}

.row .cptitle{ width:291px; background:#eeeeee; height:50px;}
.row .cptitle p{ color:#333; font-size:16px; text-align:center; line-height:50px;}

/*产品组图*/
.pro_list{padding:0px 0px;}
#imgto{width:520px; height:490px; float: left;}
#imgto .big{width:520px;height:380px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/  text-align:center; background:#fff;}
#imgto .big img{max-width:510px;max-height:380px;}

#imgto .small{height:100px; margin-top:8px;width:100%; clear:both;}
#imgto .small div{float:left;overflow:hidden;}
#imgto .small div.imgl,#imgto .small div.imgr{width:13px;height:80px; border:1px solid #CCC; background-color:#F6F6F6; text-align:center; line-height:80px; font-weight:bold; color: #999; cursor:pointer; font-family:"宋体"}
#imgto .small div.imgl:hover,#imgto .small div.imgr:hover{ background-color: #E7E7E7; color: #666}
#imgto .small div.imgc{width:486px; position:relative;height:100px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
#imgto .small div.imgc ul{ position:absolute;width:2200px; height:100px;top:0; left:0;}
#imgto .small div.imgc ul li{ float:left; width:108px; margin-left:10px;cursor:pointer;border:1px solid #1a1f23;}
#imgto .small div.imgc ul li img{max-width:106px; height:80px;}
#imgto .small div.imgc ul li.the {border:1px solid #0D83F2}

.pro_right{width:730px; float:right;}
.pro_right h1{height:60px; line-height:40px; font-size:26px;}
.pro_right .pro_desc{line-height:28px; line-height:28px; font-size:14px; background:#f4f4f4; padding:10px 15px;}
.pro_right .pro_zx{width:260px;height:28px; line-height:28px; margin-top:20px; font-size:30px; background:#C73333 url(../images/zixun.png) no-repeat 26px 14px; padding:15px 25px;text-indent:50px; color:#fff;}
.pro_img{ width:400px; height:300px;padding:10px; border:1px solid #e2e2e2;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
.pro_img img{vertical-align: middle;max-width:400px;max-height:300px;}

.weixin{ width:100%; height:200px;padding:10px; border:1px solid #e2e2e2;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
.weixin img{vertical-align: middle;max-width:200px;max-height:200px; float:left;}
.weixin span{height:200px; line-height:200px; font-size:20px; padding:0px 40px;}
.pro_zxxj{width:460px; clear:both;}
.pro_zxxj li{width:50%; float:left; height:50px; line-height:50px; color:#fff;}
.pro_zxxj li a{color:#fff; font-size:18px; padding-left:70px;width:100%; display:block;}
.pro_zxxj li.message{background:#333 url(../images/xunjia.png) no-repeat 30px center;}
.pro_zxxj li.zxzx{background:#FC8213 url(../images/zixun.png) no-repeat 30px center;}


.view_con{width:100%; padding:15px 0; font-size:16px;}
.view_con img{min-width:440px;}
.view_pic{width:100%; padding:15px 0; text-align:center;}
.view_pic img{min-width:440px;}
.view_desc{padding:15px 25px; background:#f5f5f5; border:1px solid #e2e2e2; font-size:14px;}
.view_title{width:100%; background:#f4f4f4; height:50px; line-height:50px;}
.view_title h3{background:#C73333 url(../images/ico.png) no-repeat 20px center; display:block; float:left; color:#fff; width:140px; text-indent:50px; font-size:16px;}
.view_title span{float:right; display:block; height:26px;width:100px; line-height:26px; margin:10px 10px 0 0;}
.view_title span a{display:block; background:#333; color:#fff; text-align:center; border-radius:50em; font-family:"宋体"}
.content .datu {
    padding: 15px 0;
    text-align: center;
}
.pro_con{width:100%; margin:0 auto; padding:15px 0; font-size:16px; line-height:26px;}
.view_con p,.pro_con p{padding-top:8px; font-size:16px;}
.pro_con .left p{background:url(../images/heidian.jpg) no-repeat 10px 8px;display:block; padding:0px 10px; text-indent:1em;}
.pro_con strong{background:#333 url(../images/ico.png) no-repeat 20px center; width:100%; display:block; color:#fff; height:44px; line-height:44px; font-size:18px;text-indent:50px; font-weight:normal;}
.pro_con b{font-weight:normal;}
.pro_con table .pro,.pro_con table .fab{ text-align:left; padding-left:20px; display:block;padding:15px;}
.pro_con .left{width:80%; display:block; padding:15px;}
.view_con table,.pro_con table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:100%; margin:10px auto;}
.view_con table td,.pro_con table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:6px 0px; text-align:center;}



.info_title {
	margin: 10px 0 0 0;
	width: 100%;
	height: 40px;
	background: #E2E2E2;
	margin-bottom: 10px; clear:both;
}
.info_title b {
	display: inline-block;
	padding:0px 20px;
	height: 100%;
	border-right: 1px solid #fff;
	background: #333;
	color: #fff; font-size:16px;
	line-height: 40px;
}
.info_title a {
	margin: 8px;
	width: 15px;
	height: 15px;
	background-position: 0 -426px;
}
#allmap{width:100%; height:400px; line-height:25px;}

/*分页*/
.pages{text-align:center;clear:both; padding:5px 0px 10px 0px;font-size:14px;width:100%; margin:0 auto;margin:15px 0;}
.pages a{margin:3px;padding:8px 12px;border:1px solid #c1c1c1;color:#A0A0A0;font-size:14px;border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F0F0F0));}
.pages span{background:#15181E;color:#fff;margin:3px;padding:8px 12px;border:1px solid #15181E;border-radius: 3px;}

/*留言*/
.messagex{background:url(../images/lxwm.jpg) no-repeat right center; width:70%; padding-right:30%; height:400px;}
.member_f{width:100%; margin:0 auto;margin-top:5px;}
.member_f li{padding:10px 0; display:block;}
.member_f li .inp{height:40px; line-height:40px; width:98%; border:1px solid #e2e2e2; border-radius:5px; padding-left:5px;}
.member_f li .inpx{height:40px; line-height:40px; width:50%; border:1px solid #e2e2e2;border-radius:5px; padding-left:5px;}
.member_f li .textarea{height:120px; width:96%;border:1px solid #e2e2e2;border-radius:5px;padding:5px;}
.member_f li.anniu{ text-align:center;}
.member_f .btnbig{height:40px; line-height:40px; font-size:16px; background:#C73333; border:none; cursor:pointer; width:280px; margin:0 auto; color:#fff;}

/*联系我们*/
.con_way{width: 1200px;height:160px;margin:0 auto; margin-bottom: 30px; }
.con_way div{width: 585px;float: left;text-align: center;font-size: 16px;}
.con_way div dl dt span, .con_way div li i{background: url("../images/icon_contact.png") no-repeat;display: block;width: 60px;height: 60px;margin: 35px auto 0;background-position-y: -14px;transition: all .3s;}
.con_way div dl{width: 100%;height: 150px;margin-bottom: 20px;}
.con_way div dl dt{width: 150px;height: 100%;background: #f0f0f0;float: left;transition: all 0.3s;}
.con_way div dl dd{width: 435px;height: 100%;background: #f5f5f5;float: left;line-height: 142px; font-size:18px;transition: all .3s;}
.con_way div dl.add span{background-position-x: -16px;}
.con_way div dl.tel span{background-position-x: -106px;}
/*.con_way div dl.tel dd{color:#ff3f3b;}*/
.con_way div ul{width: 100%;height: 150px;}
.con_way div ul li{width: 282px;height: 150px;float: left;background: #f5f5f5;transition: all .3s;}
.con_way div ul li a{transition: all .3s;display: block;}
.con_way div ul li i.email{background-position-x: -211px;}
.con_way div ul li i.wx{background-position-x: -312px;}
.con_way div ul li i.qq{background-position-x: -417px;}
.con_way div ul li i.dnt{background-position-x: -511px;}
.con_way div ul li:first-child{margin-right: 20px;}
.con_way div ul li:last-child{float: right;}
.con_way div.last{float: right;}
.con_way div.last dl dd{line-height: 32px;padding-top: 45px;height: 105px;}
.con_way .wx_con img{ width: 150px; height: 150px; margin: 0 auto; }


/*关于我们内容页*/
.atit{
    width: 1200px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin: 0 auto;
}
.atit h3{
   font-size: 30px; 
   font-weight: bold;
}
.aboout_con{
    width: 1200px;
    overflow: hidden;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
}
.aboout_con .apic{
    width: 600px;
    height: 332px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; 
}
.aboout_con .apic img{
    width: 600px;
    height: 332px;
    overflow: hidden;
}
.anumbg{
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: url(../images/yh_about_bg01.jpg) no-repeat center;
    margin-top: 60px;
    padding-top: 60px;
    margin-bottom: 60px;   
}
.anum{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.anum ul li{
    width: 298px;
    height: 100px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    color: #fff;
}
.anum ul li:last-child{
    border:none;
}
.anum ul li .counter{
    height: 70px;
    line-height: 70px;
    font-size: 64px;
    font-family: Impact,sans-serif;
    font-weight: bold;
    color: #fff;
}
.anum ul li .jb{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    color: #fff;
    padding-left: 10px;
}
.anum ul li .jieshao{
    font-size: 16px;
    color: #fff;
}
.about .anum ul li:last-child{
    border:none;
}


.rytit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px; 
}
.rytit h3{
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.rytit .lines{
    width: 50px;
    height: 2px;
    background: #333;
    margin: 0 auto;
}
.rytit p{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
}
.about_ry{height:444px;background:url(../images/about_4.jpg) no-repeat left; margin-bottom: 50px; }
.about_ry_l{height:444px;width:325px;background:url(../images/about_5.png) no-repeat left;float:left}
.about_ry_l h4{width:256px;color:#FFF;font-size:30px;text-align:center;margin-top:80px;margin-bottom:50px}
.about_ry_l p{width:206px;color:#FFF;margin-left:30px;display:block}
.about_ry_r{width:745px;height:444px;overflow:hidden;float:left;margin-left:40px}
.about_ry_con{height:185px;width:100%;overflow:hidden;position:relative}
.about_ry_con ul{overflow:hidden;width:795px;position:absolute;left:0;top:0}
.about_ry_r ul li{width:215px;height:185px;float:left;overflow:hidden;margin-right:50px}
.about_ry_r ul li img{width:215px;height:150px;}
.about_ry_r ul li p{color:#FFF;text-align:center;line-height:40px;}
.about_ry_r .btn{width:100%;height:110px;position:relative;opacity: 0;}
.about_ry_r .btn span{background:url(../images/about_6.png) no-repeat;width:87px;height:25px;margin:0 auto;display:block}
.about_ry_r .btn .btn_up{background-position:0 0;position:absolute;left:45%;top:42px;cursor:pointer}
.about_ry_r .btn .btn_up:hover{background-position:0 -25px}
.about_ry_r .btn .btn_down{background-position:0 -50px;position:absolute;left:45%;top:42px;cursor:pointer}
.about_ry_r .btn .btn_down:hover{background-position:0 -75px}

.sydl{ width:1200px; height:200px; margin:0 auto; margin-bottom: 30px;}
.sydl ul li{ width:280px; margin-right:24px; float:left; height:185px; background:url(../images/sg.png) no-repeat left top #fcfcfc;}
.sydl ul li a{ display:block; border:1px #e8e8e8 solid; font-size:20px; padding:70px 0px 70px 120px; }
.sydl ul li a span{ color:#8d8d8d; font-size:12px;}
.sydl ul li:nth-child(1){ background-position:42px 55px; }
.sydl ul li:nth-child(2){ background-position:-265px 55px; }
.sydl ul li:nth-child(3){ background-position:-575px 55px; }
.sydl ul li:nth-child(4){ background-position:-885px 55px; margin-right:0px;}

.sydl ul li:nth-child(1):hover{ color:#fff;  background:url(../images/sg.png) no-repeat 42px bottom #333;}
.sydl ul li:nth-child(2):hover{ color:#fff;  background:url(../images/sg.png) no-repeat -265px bottom #333;}
.sydl ul li:nth-child(3):hover{ color:#fff;  background:url(../images/sg.png) no-repeat -575px bottom #333;}
.sydl ul li:nth-child(4):hover{ color:#fff;  background:url(../images/sg.png) no-repeat -885px bottom #333;}
.sydl ul li:hover a{ color:#fff}
.newslist{
    width: 1200px;
    padding: 20px 0;
    overflow: hidden;
}
.newslist ul li{
    padding: 15px 5px;
    overflow: hidden;
    border-bottom: #ccc dashed 1px;
}
.newslist ul li .news_pic{
    width: 205px;
    height: 135px;
    float: left;
}
.newslist ul li .news_pic img{
    width: 205px;
    height: 135px;
}
.newslist ul li .news_text{
    width: 970px;
    height: 135px;
    overflow: hidden;
    float: right;
}
.newslist ul li .news_text h3{
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    color: #999;
}
.newslist ul li .news_text p.news_desc{
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    color: #999;
    margin-bottom: 16px;
    overflow: hidden; 
}
.newslist ul li .news_text .news_time{
    height: 26px;
    line-height: 26px;
}
/*产品循环列表*/
.CaseSubBody{ width:100%; height:auto; overflow: hidden; margin:20px auto;   padding-bottom:0; padding-top:20px; }
.cprolist { width:1160px; margin:0 auto; padding:20px; background:#fff; height: 330px; margin-bottom:40px; position: relative; box-shadow:0 0 30px #dadada;} 
.cprolist h2 { margin-bottom: 20px; font: bold 20px/40px "microsoft yahei"; border-bottom: 1px solid #eaeaea; overflow: hidden; } 
.cprolist h2 b{width: 40px;padding: 0 5px;line-height:40px;background-color: #ED1C24;color: #fff;font-size:30px; height: 40px;margin-right: 10px;}
.cprolist h2 span { float: right; font: normal 14px/40px "microsoft yahei"; padding-right: 10px; } 
.cprolist h2 a{ font-size:14px;}

.cprolist .img,.pitems { float: left; } 
.cprolist dl { width: 200px; margin-left: 15px; margin-top:15px; } 
.cprolist dl dt {  height: 183px; } 
.cprolist dl dt img { width: 200px; height: 143px; } 
.cprolist dl dt:hover img{filter:alpha(opacity=50); -moz-opacity:0.5;opacity:0.5;}
.cprolist .img { margin-right: 7px; } 
.cprolist .img img { width: 250px; height:215px; } 
.cprolist .img:hover img{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}
.cprolist dl dd a { margin: 0 8px; _margin: 0 5px; }

.proleft { float: left; overflow: hidden; } 
.prolist dl { margin-top: 30px; } 
.prolist dl dd a { margin: 0 20px; _margin: 0 15px; } 
.pitems dt { border-bottom: 1px dashed #a3a3a3; overflow: hidden; } 
.pitems dt img,.pitems dt span { display: block; float: left; } 
.pitems dt span { width: 100%; font: bold 14px/40px "microsoft yahei"; text-align: left; } 
.pitems dd a { display: block; line-height: 35px; font-family: "microsoft yahei"; width: 48px; float: left; text-indent: 20px; background: url(../images/icon-list.png) no-repeat; } 
.pitems .i1 { background-position: -15px -392px; } 
.pitems .i2 { background-position: -15px -430px; } 
.pitems .i3 { background-position: -15px -469px; } 
.cplist{ padding:20px; width:1160px; background:#fff; box-shadow:0 0 30px #dadada;margin:20px auto;}
.cplist h1{ border-bottom:1px solid #dadada; line-height:40px; height:40px; font-size:18px;}

.product_cat{
    width: 1200px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.product_cat a{
    display: block;
    float: left; width:235px; text-align:center;
    padding: 0 0px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #f0f0f0;
    color: #333; font-size:16px;
    margin-right:5px; margin-top:5px;
}
.product_cat a:hover{
    color: #fff;
    background: #333;
}
.product_cat a.hover{
    color: #fff;
    background: #333;
}



.pro_tit1{width:100%; height:28px; background:url(../images/t2.jpg) no-repeat center; color:#111111; font-size:30px; text-align:center; font-weight:bold; padding-top:30px}

.ssk{margin:0 auto;text-align:center;}



.mainhy {
    background: url(../images/bglz.jpg) center no-repeat;
    height: 900px;
    margin-bottom: 50px; 
}
.mainhy #con {
    font-size: 12px;
    margin: 0 auto;
    width: 1200px;
    padding-top: 70px;
}
.mainhy #tags {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0 0 0 10px;
    width: 220px;
    padding-top: 0;
    height: 72px;
    float: left;
}

.mainhy #tags li {
    float: left;
    margin-right: 1px;
    list-style-type: none;
    width: 220px;
    height: 72px;
    font-size: 24px;
    margin-bottom: 10px;
}
.mainhy #tags li.selectTag {
    background-position: left top;
    margin-bottom: -2px;
    position: relative;
    height: 72px;
    margin-bottom: 10px;
}
.mainhy #tags li.selectTag a {
    background-position: right top;
    color: #fff;
    line-height: 72px;
    height: 72px;
    background: #C73333;
}
.mainhy #tags li a {
    float: left;
    background: #e2e2e2;
    padding-bottom: 0;
    color: #333;
    width: 220px;
    line-height: 72px;
    padding-top: 0;
    height: 72px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.mainhy .tagContent {
    padding-right: 10px;
    display: none;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 900px;
    color: #474747;
    height: 755px;
    float: left;
    margin-left: 30px;
    position: relative;
}
.mainhy #tagContent div.selectTag {
    display: block;
}
.mainhy .hypic .pictu {
    float: left;
}
.mainhy .hypic h4 {
    float: left;
    height: 60px;
    font-size: 40px;
    font-weight: 400;
    margin-left: 45px;
}
.mainhy .hypic a {
    width: 245px;
    height: 54px;
    background: #C73333;
    position: absolute;
    top: 140px;
    left: 550px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 54px;
    border: 1px solid #ddd;
    text-decoration: none;
}
.mainhy .hayexq {
    font-size: 22px;
    line-height: 42px;
    margin: 20px 0;
    border-bottom: 2px solid #2768b2;
    padding-bottom: 63px;
}
.mainhy .hygegnd {
    font-size: 24px;
    color: #2768b2;
}
.mainhy .hygegnd a {
    text-decoration: none;
    color: #666;
}
.mainhy .cplz li {
    width: 214px;
    height: 210px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 35px;
    margin-right: 8px;
    float: left;
}
.mainhy .cplz li img {
    padding: 4px;
}
.mainhy .cplz li p {
    font-size: 14px;
    line-height: 34px;
    padding: 0 5px;
}
.mainhy .ckal {
    font-size: 24px;
    line-height: 150px;
    text-align: left;
}


.dingsheng_nav {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 170px;
    width: 140px;
    -ms-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    -moz-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    -webkit-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    border-radius: 10px;
    border: 4px solid #ca2c18;
    padding: 12px 0 30px;
}

.dingsheng_nav .weixin_code_nav {
    width: 110px;
    margin: 0 auto;
}

.dingsheng_nav .weixin_code_nav .img_box img {
    width: 100%;
}
.dianhua_nav font{font-weight: bold;}

.dingsheng_nav .weixin_code_nav .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
}

.Statements_and_Schemes {
    padding: 12px 2px 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.Statements_and_Schemes .item {
    margin-bottom: 7px;
}

.Statements_and_Schemes .item a {
    width: 160px;
    border: 1px solid #ee9586;
    border-radius: 10px;
    background: rgba(234,120,101,0.76);
    padding: 5px 10px 5px 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.Statements_and_Schemes .item a .icon {
    width: 38px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.Statements_and_Schemes .item a .icon img {
    width: 100%;
}

.Statements_and_Schemes .item a .right_box {
    padding-left: 10px;
}

.Statements_and_Schemes .item a .right_box .tt {
    font-size: 14px;
    color: #70110a;
}

.Statements_and_Schemes .item a .right_box .text {
    font-size: 14px;
    color: #ffffff;
    padding-top: 2px;
}


.dingsheng_nav .dianhua_nav a {
    display: block;
    font-family: "Impact";
    font-size: 20px;
    color: #ffd343;
    text-align: center;
}

.dingsheng_nav .Free_inquiry {
    padding-top: 12px;
}

.dingsheng_nav .Free_inquiry a {
    display: block;
    width: 122px;
    margin: 0 auto;
}

.dingsheng_nav .Free_inquiry a img{
max-width: 100%;
}